Api.GetDCSystemTime method
Gets the time stamp of the selected Sync0's signal of the distributed clock (DC).
Namespace: IntervalZero.KINGSTAR.Local.Api
Assembly: IntervalZero.KINGSTAR.Local.Api (in IntervalZero.KINGSTAR.Local.dll) Version: 4.4.0.0
Syntax
public KsReturn<ulong> GetDCSystemTime(
DcCycle Cycle
)
Public Function GetDCSystemTime(
Cycle As DcCycle
) As KsReturn(Of ULong)
Parameters
Cycle
Type: DcCycle
The DC time you want to acquire.
Return value
Returns a KsError code and an unsigned long integer value.
Usable EtherCAT states
ecatOP
Examples
N/A
See also